var unique.cleanupNotify

3 uses

	unique (current package)
		handle.go#L106: 	cleanupNotify  []func() // One-time notifications when cleanups finish.
		handle.go#L162: 		for _, f := range cleanupNotify {
		handle.go#L165: 		cleanupNotify = nil